/* 为了使用rem设置样式start */
html,
body {
  width: 100%;
  /* min-width: 768px; */
}

/* end */

/* 页面加载中start */
.loading-wrap {
  background-color: #fff;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99999;
}

.loading {
  display: block;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 64px;
  text-align: center;
  z-index: 9999;
}

/* 页面加载中end */


/* navbar start */
.navbar-wrap {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.bg-black {
  background-color: black;
}

.navbar-content {
  width: 140rem;
  height: 9rem;
}

.navbar-logo {
  display: block;
}

.logo-img {
  width: 11.1rem;
  height: 3.3rem;
}

.navbar-list {
  position: relative;
}

.navbar-item {
  margin: 0 3rem;
  height: 9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  text-decoration: none;
}


.navbar-item:hover {
  color: #FF6600;
  text-decoration: none;
  border-bottom: 1px solid #FF6600;
}


.fang-an-list {
  position: absolute;
  top: 9.1rem;
  left: 9.2rem;
  width: 13rem;
  background-color: #202124;
  padding: 0.3rem 0 0.75rem;
  display: none;
}

.fang-an-item {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.8rem;
  padding: 0.75rem 1.4rem 0.75rem 1.4rem;
  cursor: pointer;
}

.fang-an-item:hover {
  color: #FF6600;
  background-color: rgba(122, 122, 122, 0.14);
}

.navbar-active {
  color: #FF6600;
  text-decoration: none;
  border-bottom: 1px solid #FF6600;
}


.navbar-phone {
  display: flex;
  align-items: center;
}

.phone-img {
  width: 2.2rem;
  height: 2.3rem;
}

.phone-number {
  font-size: 2.4rem;
  font-weight: 400;
  color: #FF6600;
  margin: 0 2rem 0 1rem;
}

.demonstration-btn {
  border-radius: 0.2rem;
  background: linear-gradient(to right, #F28E26, #FD644F);
  text-decoration: none;
  text-align: center;
  line-height: 3rem;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0.8rem 2rem;
}

.demonstration-btn:hover {
  color: #FFFFFF;
  text-decoration: none;
}

/* navbar end */


/* 侧边栏菜单  start */
.side-menu {
  position: fixed;
  right: 5.6rem;
  top: 50%;
  z-index: 9999;
}

.side-item {
  padding: 0.7rem;
  background-color: #F1F1F1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-bottom: 1rem;
}

.backtop {
  padding: 1.5rem;
  display: none;
}

.side-img {}

.side-title {
  font-weight: 400;
  font-size: 1.2rem;
  color: #B8B8B8;
}

/* 侧边栏菜单  end */



/* 携手！共创数字经济新时代 */
.create-together-wrap {
  width: 100%;
  height: 16.1rem;
  background: url('../img/home/createTogetherBg.png') no-repeat center;
  background-size: cover;
}

.create-together-title {
  font-weight: 300;
  font-size: 3.6rem;
  line-height: 3.6rem;
  text-align: center;
  padding: 4.6rem 0 1.8rem;
  color: #FFFFFF;
}

.create-together-btn {
  display: block;
  width: 11.1rem;
  height: 3.1rem;
  background-color: #ffffff;
  border-radius: 0.4rem;
  text-align: center;
  line-height: 3.1rem;
  color: #FF6600;
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0 auto;
}

.create-together-btn:hover {
  color: #FF6600;
}


/* footer */

.footer-wrap {
  width: 100%;
  height: 34.7rem;
  background-color: #000000;
}

.footer-top {
  width: 140rem;
  height: 27.9rem;
  padding: 1rem 0 5.3rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
}


.top-left {
  width: 70rem;
  height: 100%;
  padding-top: 5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.footer-nav {
  display: flex;
  align-items: center;
}

.footer-logo {
  width: 11.1rem;
  height: 3.3rem;
  margin: 0 2rem 0 0.6rem;
}

.footer-logo>img {
  width: 11.1rem;
  height: 3.3rem;
}


.footer-navbar-item {
  font-weight: 400;
  font-size: 1.6rem;
  text-align: left;
  color: #A7A7A7;
  padding: 0 2rem;
}

.footer-navbar-item:hover {
  color: #A7A7A7;
}

.footer-left-title {
  font-weight: 700;
  font-size: 3.6rem;
  text-align: left;
  color: #A7A7A7;
  line-height: 3.6rem;
  padding-left: 0.6rem;
}

.footer-left-img {
  width: 16.7rem;
  height: 3.8rem;
}


.top-right {
  width: 70rem;
  height: 100%;
  display: flex;
}

.footer-right-img {
  width: 25.5rem;
  height: 18.4rem;
  background: url('../img/layout/footerRightImg.png') no-repeat center;
  background-size: cover;
  position: relative;
}

.qr-code-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 11rem;
  position: absolute;
  top: 5.5rem;
  right: 3.7rem;
}

.qr-code {
  width: 11rem;
  height: 11rem;
}

.qr-code-title {
  width: 110rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #A7A7A7;
  text-align: center;
  padding-top: 1rem;
}

.address-phone {
  padding: 10.7rem 0 0.9rem 1.7rem;
}

.telephone-number {
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 3.6rem;
  text-align: left;
  color: #A7A7A7;
  padding-bottom: 2.4rem;
}

.address-text {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6rem;
  text-align: left;
  color: #A7A7A7;
}

.footer-bottom {
  width: 100%;
  /**height: 6.8rem;**/
  height: 8rem;
  background-color: #111111;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}

.friend-link {
  margin: 0 auto;
  display: flex;
  /**flex-direction: column;**/
}

.friend-text {
  font-weight: 400;
  font-size: 1.2rem;
  padding-right: 1rem;
  color: #A7A7A7;
  text-align: right;
  width: 230px;
}

.link-wrap {
  font-weight: 400;
  font-size: 1.2rem;
  color: #A7A7A7;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /**justify-content: center;**/
}

.link-wrap>a {
  font-weight: 400;
  font-size: 1.2rem;
  padding: 0 1rem;
  color: #A7A7A7;
}

.copyright {
  margin: 0 auto;
  display: flex;
  align-items: center;
  color: #A7A7A7;
}

.copyright-text {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.2rem;
  padding-right: 2rem;
  color: #A7A7A7;
}

.copyright-number {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #A7A7A7;
}
